projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e497b84
)
*** empty log message ***
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 7 Feb 2007 14:36:35 +0000
(14:36 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 7 Feb 2007 14:36:35 +0000
(14:36 +0000)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 3cc6bdf0a3426e3abf3499cea4b0bfa4efe4a8bd..ca46b47aca7f88000dc567d1818249d7d5afa4f7 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,7
+1,9
@@
2007-02-07 Juanma Barranquero <lekktu@gmail.com>
- * faces.el (face-valid-attribute-values): Use `defined-colors',
- not its semi-obsolete alias `x-defined-colors'.
+ * faces.el (frame-set-background-mode): Use `color-values' and
+ `display-color-p', not `x-color-values' and `x-display-color-p'.
+ (face-valid-attribute-values): Use `defined-colors' instead of
+ `x-defined-colors'.
2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>